3.10.56 \(\int \frac {(a+b x)^5}{(a c+b c x)^7} \, dx\)

Optimal. Leaf size=15 \[ -\frac {1}{b c^7 (a+b x)} \]

________________________________________________________________________________________

Rubi [A]  time = 0.00, antiderivative size = 15, normalized size of antiderivative = 1.00, number of steps used = 2, number of rules used = 2, integrand size = 18, \(\frac {\text {number of rules}}{\text {integrand size}}\) = 0.111, Rules used = {21, 32} \begin {gather*} -\frac {1}{b c^7 (a+b x)} \end {gather*}

Antiderivative was successfully verified.

[In]

Int[(a + b*x)^5/(a*c + b*c*x)^7,x]

[Out]

-(1/(b*c^7*(a + b*x)))

Rule 21

Int[(u_.)*((a_) + (b_.)*(v_))^(m_.)*((c_) + (d_.)*(v_))^(n_.), x_Symbol] :> Dist[(b/d)^m, Int[u*(c + d*v)^(m +
 n), x], x] /; FreeQ[{a, b, c, d, n}, x] && EqQ[b*c - a*d, 0] && IntegerQ[m] && ( !IntegerQ[n] || SimplerQ[c +
 d*x, a + b*x])

Rule 32

Int[((a_.) + (b_.)*(x_))^(m_), x_Symbol] :> Simp[(a + b*x)^(m + 1)/(b*(m + 1)), x] /; FreeQ[{a, b, m}, x] && N
eQ[m, -1]

Rubi steps

\begin {align*} \int \frac {(a+b x)^5}{(a c+b c x)^7} \, dx &=\frac {\int \frac {1}{(a+b x)^2} \, dx}{c^7}\\ &=-\frac {1}{b c^7 (a+b x)}\\ \end {align*}

________________________________________________________________________________________

Mathematica [A]  time = 0.00, size = 15, normalized size = 1.00 \begin {gather*} -\frac {1}{b c^7 (a+b x)} \end {gather*}

Antiderivative was successfully verified.

[In]

Integrate[(a + b*x)^5/(a*c + b*c*x)^7,x]

[Out]

-(1/(b*c^7*(a + b*x)))

________________________________________________________________________________________

IntegrateAlgebraic [F]  time = 0.00, size = 0, normalized size = 0.00 \begin {gather*} \int \frac {(a+b x)^5}{(a c+b c x)^7} \, dx \end {gather*}

Verification is not applicable to the result.

[In]

IntegrateAlgebraic[(a + b*x)^5/(a*c + b*c*x)^7,x]

[Out]

IntegrateAlgebraic[(a + b*x)^5/(a*c + b*c*x)^7, x]

________________________________________________________________________________________

fricas [A]  time = 1.22, size = 19, normalized size = 1.27 \begin {gather*} -\frac {1}{b^{2} c^{7} x + a b c^{7}} \end {gather*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate((b*x+a)^5/(b*c*x+a*c)^7,x, algorithm="fricas")

[Out]

-1/(b^2*c^7*x + a*b*c^7)

________________________________________________________________________________________

giac [A]  time = 1.09, size = 15, normalized size = 1.00 \begin {gather*} -\frac {1}{{\left (b x + a\right )} b c^{7}} \end {gather*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate((b*x+a)^5/(b*c*x+a*c)^7,x, algorithm="giac")

[Out]

-1/((b*x + a)*b*c^7)

________________________________________________________________________________________

maple [A]  time = 0.00, size = 16, normalized size = 1.07 \begin {gather*} -\frac {1}{\left (b x +a \right ) b \,c^{7}} \end {gather*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

int((b*x+a)^5/(b*c*x+a*c)^7,x)

[Out]

-1/b/c^7/(b*x+a)

________________________________________________________________________________________

maxima [A]  time = 1.33, size = 19, normalized size = 1.27 \begin {gather*} -\frac {1}{b^{2} c^{7} x + a b c^{7}} \end {gather*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate((b*x+a)^5/(b*c*x+a*c)^7,x, algorithm="maxima")

[Out]

-1/(b^2*c^7*x + a*b*c^7)

________________________________________________________________________________________

mupad [B]  time = 0.05, size = 19, normalized size = 1.27 \begin {gather*} -\frac {1}{x\,b^2\,c^7+a\,b\,c^7} \end {gather*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

int((a + b*x)^5/(a*c + b*c*x)^7,x)

[Out]

-1/(b^2*c^7*x + a*b*c^7)

________________________________________________________________________________________

sympy [A]  time = 0.20, size = 17, normalized size = 1.13 \begin {gather*} - \frac {1}{a b c^{7} + b^{2} c^{7} x} \end {gather*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate((b*x+a)**5/(b*c*x+a*c)**7,x)

[Out]

-1/(a*b*c**7 + b**2*c**7*x)

________________________________________________________________________________________